home *** CD-ROM | disk | FTP | other *** search
- _global.showSingle = false;
- thumbs = new Array();
- i = 0;
- while(i < album.length)
- {
- th.duplicateMovieClip("th" + i,i);
- thumbs.push(eval("th" + i));
- thumbs[i].num = i;
- thumbs[i]._x = 700;
- thumbs[i]._y = 60 + i * 110;
- i++;
- }
- th._visible = false;
- frame.duplicateMovieClip("fr",album.length);
- frame._visible = false;
- tracker.startDrag(true);
- speed = 0;
-